home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / dist / SoftWindows2.idb / usr / lib / SoftWindows2 / bin / scripts / upquest.sh.z / upquest.sh
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-11-13  |  327 b   |  8 lines

  1. #!/bin/sh
  2. XCONFIRM=/usr/bin/X11/xconfirm
  3. case `$XCONFIRM -c -B "Yes" -b "No" -header "SoftWindows Update" -t "The current C: hard disk" -t "container file is not in sync with the" -t "installed version of SoftWindows." -t "Should this disk be upgraded?" -icon question -geometry "320x170"`
  4. in
  5.     Yes) exit 1;;
  6.     No) exit 2;;
  7. esac
  8.